home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5 (Alt)
/
MACD 5.bin
/
workbench
/
libs
/
unixlib.lha
/
unix
/
include
/
sys
/
timeb.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-08
|
145 b
|
13 lines
#ifndef _TIMEB_H
#define _TIMEB_H
struct timeb
{
time_t time;
unsigned short millitm;
short timezone;
short dstflag;
};
#endif